'Declaration
Public Operator *( _ ByVal left As Matrix(Of T), _ ByVal right As Matrix(Of T) _ ) As Matrix(Of T)
Parameters
Return Value
A Matrix indicates the multiplication operation result of two operands.
'Declaration
Public Operator *( _ ByVal left As Matrix(Of T), _ ByVal right As Matrix(Of T) _ ) As Matrix(Of T)